home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / frame_6 / PlaceObject2_522_225 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2003-03-01  |  185 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.yebi._x + 40 < this._x)
  3.    {
  4.       this._x -= 20;
  5.    }
  6.    else
  7.    {
  8.       _root.yebi._visible = false;
  9.       this.gotoAndStop(2);
  10.    }
  11. }
  12.